Correct 0.2 archive minimum-release mapping to the activation version 0.29.0 - #465
Conversation
…version 0.29.0 The held CLI activation changeset projects agent-facets@0.29.0 (the linked changeset group was decoupled in #464, so agent-facets versions off its own 0.28.0 baseline + one minor rather than tracking protocol's line). The compatibility table previously named 0.31.0 as the first 0.2-supporting release, which would tell an older CLI to update to a version that skips the real one. Point MINIMUM_RELEASE_FOR_FORMAT['0.2'] and its test at 0.29.0.
|
|
Warning Review limit reached
Next review available in: 28 minutes Enable usage-based reviews in Billing to review now. Otherwise, wait until the next included review is available. How can I continue?After more reviews become available, a review can be triggered using the To avoid repeated limits, reduce automatic review volume by pausing incremental auto-reviews earlier, using label-based review opt-in, excluding WIP or generated PR titles, or requesting reviews manually when the PR is ready. If your team needs uninterrupted high-volume reviews, an organization admin can enable usage-based reviews. How do review limits work?CodeRabbit enforces per-developer PR review limits for each organization. Most developers receive the normal plan review availability. For paid Pro and Pro+ PR reviews, CodeRabbit uses adaptive limits for sustained high-volume activity. When a developer's recent PR review activity reaches the 95th percentile or higher among CodeRabbit users, additional reviews become available more gradually as earlier reviews age out of the rolling window. Please refer docs for additional details. Review details⚙️ Run configurationConfiguration used: Organization UI Review profile: CHILL Plan: Pro Plus Run ID: 📒 Files selected for processing (2)
✨ Finishing Touches🧪 Generate unit tests (beta)
Thanks for using CodeRabbit! It's free for OSS, and your support helps us grow. If you like it, consider giving us a shout-out. Comment |
|
Why
The held CLI activation changeset (#462) projects
agent-facets@0.29.0, not0.31.0. When the linked changeset group was decoupled (#464),agent-facetsbegan versioning off its own0.28.0baseline plus one minor, rather than tracking protocol's higher version line.The archive-format compatibility table still named
0.31.0as the first0.2-supporting release (set provisionally during the 16.4 readiness work). An older, pre-0.2CLI encountering a0.2archive would be told toUpdate agent-facets to 0.31.0 or later— a version that skips the actual first0.2release.Change
MINIMUM_RELEASE_FOR_FORMAT['0.2']:0.31.0→0.29.0Sequencing
This must land on
mainbefore #462 is versioned/released, so the shipped0.29.0binary carries the correct self-referential mapping. It is intentionally separate from the held changeset PR (#462), which stays changeset-only.Note
Low Risk
Only changes upgrade guidance text for unsupported archive formats; no runtime behavior or security impact.
Overview
Corrects the archive format compatibility mapping so pre-
0.2CLIs are told to upgrade to0.29.0 or later, not0.31.0, when they hit a0.2archive.Updates
MINIMUM_RELEASE_FOR_FORMAT['0.2']inarchive-compatibility.tsand the matching unit test expectation.Reviewed by Cursor Bugbot for commit 748ce77. Bugbot is set up for automated code reviews on this repo. Configure here.